func runtime/pprof.printCountCycleProfile

2 uses

	runtime/pprof (current package)
		pprof.go#L427: func printCountCycleProfile(w io.Writer, countName, cycleName string, records []profilerecord.BlockProfileRecord) error {
		pprof.go#L936: 		return printCountCycleProfile(w, "contentions", "delay", p)